home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / jikes-1.02 / README.AMIGA.020 < prev    next >
Encoding:
Text File  |  1999-06-23  |  1.5 KB  |  35 lines

  1. This is a native Amiga port (no ixemul.library required) of jikes, the
  2. free Java compiler from IBM, compiled for a 68020-68060 with an FPU.
  3.  
  4. The Aminet version is the latest stable version.  The current development
  5. version can be found at http://dias.cti.gr/~kyrimis/jikes/ .
  6.  
  7. REQUIREMENTS:
  8. * An Amiga with a 68020 or higher processor, a working FPU, and enough memory
  9.   to run the program.
  10. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  11.  
  12. INSTALLATION:
  13. Simply copy the jikes executable somewhere in your path.
  14.  
  15. USAGE:
  16. Set either the CLASSPATH or the JIKESPATH environment variable to point
  17. to the directories and zip/jar files that you want your compiler to use.
  18. E.g., if you are using Kaffe, you can say:
  19. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  20. Separate the path components using semicolons. You can use UNIX "." and ".."
  21. notation for the current directory and for the parent directory of a
  22. directory.
  23.  
  24. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  25. and I'll see what I can do.
  26.  
  27. Kriton Kyrimis.
  28.  
  29. ******************************************************************************
  30. This software is subject to the terms of the IBM Public License, available
  31. at the following URL: http://www.research.com/jikes/license/license3.htm.
  32. Copyright (C) 1996, 1999 International Business Machines Corporation
  33. and others.  All Rights Reserved.
  34. ******************************************************************************
  35.